@charset "utf-8";
/* CSS Document */

.top{width:100%; height:auto; float:left; background:url(../images/top_bg.jpg) top center no-repeat; padding:30px 0 50px;}
.logo{width:500px; height:80px; float:left; margin-top:18px;}
.top_R{float:right;}
.top_R h3{text-align:right; color:#ED7B3D;}
.top_R h3 a{color:#ED7B3D; padding:0 10px;}
.search{width:100%; float:left; /*margin-top:40px;*/ margin-right:100px;}
.search input{width:230px; height:30px; line-height:30px; float:left; border:1px solid #E1DFE0; padding:0 10px; color:#949494;}
.search button{width:75px; height:32px; float:left; background:url(../images/search_bt.jpg) no-repeat; border:none;}

/* nav */
.nav{width:100%; height:50px; line-height:47px; float:left; background:#009819;}
.nav ul{width:1200px; height:50px; margin:0 auto;}
.nav ul li a{width:109px; float:left; line-height:47px; color:#fff; text-align:center; font-size:16px;}
.nav ul li a:hover{background:#fff; border-bottom:3px solid #009819; color:#009819;}

/* content */
.content{width:100%; height:auto; min-height:500px; float:left; padding:20px 0;}